home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0702 / install.inf < prev    next >
INI File  |  1997-04-08  |  2KB  |  71 lines

  1. [dialog]
  2.     caption = "Ought Medal Jr. Installation"
  3.     line1 = "Installing Ought Medal Jr."
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 950, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\ottmtl
  16.     libdir = W:RlzRun20
  17.  dlldir = W:
  18.  
  19. [disks]
  20.     1 =., "Ought Medal Jr. Disk 1"
  21.  
  22. [app.tree]
  23. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  24. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  25.     #app0.main,            0:
  26.     #app0.lib,            L:
  27.     #app0.dll,          L:
  28.  
  29. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  30. ; case it selects a prompt from the [disks] section above.
  31. [app0.main]
  32.     1:forge2.exe,   "Application"
  33.     1:linker3.exe,   "Application"
  34.     1:mtlmakup.exe,   "Application"
  35.     1:texrydr3.exe,   "Application"
  36.     1:otmtl.exe,   "Application"
  37.     1:*.ftr
  38.     1:*.hdr
  39.     1:*.txt
  40.     1:*.lnk
  41.     1:*.sty
  42.     1:*.nu?
  43.     1:*.gif
  44.     1:*.htm
  45.     1:readme.wri,    "Application"
  46. [app0.lib]
  47.     1:RlzRun20.RTS,   "Runtime Libraries"
  48.     1:CABLE.DLL
  49.  
  50.  
  51. [progman.groups]
  52. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  53. "Ought Medal Jr" ,1
  54.  
  55. [Ought Medal Jr]
  56. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  57.     0, "Main Menu",             0:otmtl.exe
  58.     0, "TexRyter",            0:texrydr3.exe
  59.     0, "Forge",            0:forge2.exe
  60.     0, "Metal Make-up",        0:mtlmakup.exe
  61.     0, "Link Maker",        0:linker3.exe
  62.     0, "Instuctions.wri",        0:readme.wri
  63.     0, "Readme.txt",        0:readme.txt
  64. ;[inifiles]
  65. ;0, inifilename, sectionheader
  66. ;    followed by any number of:
  67. ;1, variable, string
  68. ;    0, Junk1.INI, "Junk section"
  69. ;    1, Maximized, 1
  70.  
  71.